<!DOCTYPE html>
<html class="client-nojs vector-feature-night-mode-disabled vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-1 vector-sticky-header-enabled" lang="en" dir="ltr"><head>
<meta charset="UTF-8">
<title>Software development kit</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://en.wikipedia.org/wiki/Software_development_kit"> <link href="./mw/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/user.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" type="text/css" href="./mw/site.styles.css">
<link rel="stylesheet" type="text/css" href="./mw/noscript.css">
<link rel="stylesheet" type="text/css" href="./footer.css">
<link rel="stylesheet" type="text/css" href="./vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Software_development_kit rootpage-Software_development_kit skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading">
<span id="openzim-page-title" class="mw-page-title-main"><span class="mw-page-title-main">Software development kit</span></span>
</h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="en" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="en" dir="ltr">
<p>A <b>software development kit</b> (<b>SDK</b>) is a collection of software development tools in one installable package. They facilitate the creation of applications by having a compiler, debugger and sometimes a <a href="Software_framework" title="Software framework">software framework</a>. They are normally specific to a hardware platform and operating system combination. To create applications with advanced functionalities such as advertisements, push notifications, etc; most <a href="Application_software" title="Application software">application software</a> developers use specific software development kits.
</p><p>Some SDKs are required for developing a platform-specific app. For example, the development of an Android app on the Java platform requires a <a href="Java_Development_Kit" title="Java Development Kit">Java Development Kit</a>. For iOS applications (apps) the <a href="IOS_SDK" title="IOS SDK">iOS SDK</a> is required. For Universal Windows Platform the <a href=".NET_Framework_SDK" class="mw-redirect" title=".NET Framework SDK">.NET Framework SDK</a> might be used. There are also SDKs that add additional features and can be installed in apps to provide analytics, data about application activity, and monetization options. Some prominent creators of these types of SDKs include Google, Smaato, InMobi, and Facebook.
</p>
<meta property="mw:PageProp/toc">
<div class="mw-heading mw-heading2"><h2 id="Details">Details</h2></div>
<p>An SDK can take the form of <a href="Application_programming_interface" class="mw-redirect" title="Application programming interface">application programming interfaces</a><sup id="cite_ref-SandovalWhatIs16_1-0" class="reference"><a href="#cite_note-SandovalWhatIs16-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup> in the form of on-device <a href="Library_(computing)" title="Library (computing)">libraries</a> of reusable functions used to interface to a particular <a href="Programming_language" title="Programming language">programming language</a>, or it may be as complex as hardware-specific tools that can communicate with a particular <a href="Embedded_system" title="Embedded system">embedded system</a>.<sup id="cite_ref-BensoASoft00_2-0" class="reference"><a href="#cite_note-BensoASoft00-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup> Common <a href="Software_development_tool" class="mw-redirect" title="Software development tool">tools</a> include debugging facilities and other <a href="Utility_program" class="mw-redirect" title="Utility program">utilities</a>, often presented in an <a href="Integrated_development_environment" title="Integrated development environment">integrated development environment</a>.<sup id="cite_ref-BurdAndroid15_3-0" class="reference"><a href="#cite_note-BurdAndroid15-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup> SDKs may include sample software and/or technical notes along with documentation, and tutorials to help clarify points made by the primary reference material.<sup id="cite_ref-AsifNext11_4-0" class="reference"><a href="#cite_note-AsifNext11-4"><span class="cite-bracket">[</span>4<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-WitheeSharePoint11_5-0" class="reference"><a href="#cite_note-WitheeSharePoint11-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup>
</p><p>SDKs often include <a href="License_compatibility" title="License compatibility">licenses</a> that make them unsuitable for building software intended to be developed under an incompatible license. For example, a proprietary SDK is generally incompatible with <a href="Free_software" title="Free software">free software</a> development, while a <a href="GNU_General_Public_License" title="GNU General Public License">GNU General Public License</a>'d SDK could be incompatible with proprietary software development, for legal reasons.<sup id="cite_ref-Vaughan-NicholsNoGoogle13_6-0" class="reference"><a href="#cite_note-Vaughan-NicholsNoGoogle13-6"><span class="cite-bracket">[</span>6<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-OrlandSonys17_7-0" class="reference"><a href="#cite_note-OrlandSonys17-7"><span class="cite-bracket">[</span>7<span class="cite-bracket">]</span></a></sup> However, SDKs built under the <a href="GNU_Lesser_General_Public_License" title="GNU Lesser General Public License">GNU Lesser General Public License</a> are typically usable for proprietary development.<sup id="cite_ref-DavidsonAPrimer04_8-0" class="reference"><a href="#cite_note-DavidsonAPrimer04-8"><span class="cite-bracket">[</span>8<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-9" class="reference"><a href="#cite_note-9"><span class="cite-bracket">[</span>9<span class="cite-bracket">]</span></a></sup> In cases where the underlying technology is new, SDKs may include hardware. For example, <a href="AirTag_(company)" title="AirTag (company)">AirTag</a>'s 2012 <a href="Near-field_communication" title="Near-field communication">near-field communication</a> SDK included both the paying and the reading halves of the necessary hardware stack.<sup id="cite_ref-10" class="reference"><a href="#cite_note-10"><span class="cite-bracket">[</span>10<span class="cite-bracket">]</span></a></sup>
</p><p>The average <a href="Android_(operating_system)" title="Android (operating system)">Android</a> <a href="Mobile_app" title="Mobile app">mobile app</a> implements 15.6 separate SDKs, with gaming apps implementing on average 17.5 different SDKs.<sup id="cite_ref-SafeDK_11-0" class="reference"><a href="#cite_note-SafeDK-11"><span class="cite-bracket">[</span>11<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Fork.ai_12-0" class="reference"><a href="#cite_note-Fork.ai-12"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup> The most popular SDK categories for Android mobile apps are analytics and advertising.<sup id="cite_ref-Fork.ai_12-1" class="reference"><a href="#cite_note-Fork.ai-12"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup>
</p><p>SDKs can be unsafe (because they are implemented within apps yet run separate code). Malicious SDKs (with honest intentions or not) can violate users' <a href="Data_privacy" class="mw-redirect" title="Data privacy">data privacy</a>, damage app performance, or even cause apps to be banned from <a href="Google_Play" title="Google Play">Google Play</a> or the <a href="App_Store_(Apple)" title="App Store (Apple)">App Store</a>.<sup id="cite_ref-TechCrunch_13-0" class="reference"><a href="#cite_note-TechCrunch-13"><span class="cite-bracket">[</span>13<span class="cite-bracket">]</span></a></sup> New technologies allow <a href="Programmer" title="Programmer">app developers</a> to control and monitor client SDKs in real time.
</p><p>Providers of SDKs for specific systems or <a href="Subsystems" class="mw-redirect" title="Subsystems">subsystems</a> sometimes substitute a more specific term instead of <i>software</i>. For instance, both <a href="Microsoft" title="Microsoft">Microsoft</a><sup id="cite_ref-MicrosoftWDK_14-0" class="reference"><a href="#cite_note-MicrosoftWDK-14"><span class="cite-bracket">[</span>14<span class="cite-bracket">]</span></a></sup> and <a href="Citrix" class="mw-redirect" title="Citrix">Citrix</a><sup id="cite_ref-CitrixDDK17_15-0" class="reference"><a href="#cite_note-CitrixDDK17-15"><span class="cite-bracket">[</span>15<span class="cite-bracket">]</span></a></sup> provide a driver development kit for developing <a href="Device_driver" title="Device driver">device drivers</a>.
</p>
<div class="mw-heading mw-heading2"><h2 id="Examples">Examples</h2></div>
<p>Examples of software development kits for various platforms include:
</p>
<ul><li><a href="AmigaOS" title="AmigaOS">AmigaOS</a> NDK</li>
<li><a href="Android_NDK" title="Android NDK">Android NDK</a></li>
<li><a href="IOS_SDK" title="IOS SDK">iOS SDK</a></li>
<li><a href="Java_Development_Kit" title="Java Development Kit">Java Development Kit</a></li>
<li><a href="Java_Web_Services_Development_Pack" title="Java Web Services Development Pack">Java Web Services Development Pack</a></li>
<li><a href="Microsoft_Windows_SDK" title="Microsoft Windows SDK">Microsoft Windows SDK</a></li>
<li><a href="VaxTele_SIP_Server_SDK" title="VaxTele SIP Server SDK">VaxTele SIP Server SDK</a></li>
<li><a href="Visage_SDK" title="Visage SDK">Visage SDK</a></li>
<li><a href="Vuforia_Augmented_Reality_SDK" title="Vuforia Augmented Reality SDK">Vuforia Augmented Reality SDK</a></li>
<li><a href="Windows_App_SDK" title="Windows App SDK">Windows App SDK</a></li>
<li><a href="Xbox_Development_Kit" title="Xbox Development Kit">Xbox Development Kit</a></li></ul>
<div class="mw-heading mw-heading2"><h2 id="See_also">See also</h2></div>
<ul><li><a href="Game_development_kit" title="Game development kit">Game development kit</a></li>
<li><a href="Widget_toolkit" title="Widget toolkit">Widget toolkit</a></li></ul>
<div class="mw-heading mw-heading2"><h2 id="References">References</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1239543626">
/* start https://en.wikipedia.org/ */
.mw-parser-output .reflist{margin-bottom:0.5em;list-style-type:decimal}@media screen{.mw-parser-output .reflist{font-size:90%}}.mw-parser-output .reflist .references{font-size:100%;margin-bottom:0;list-style-type:inherit}.mw-parser-output .reflist-columns-2{column-width:30em}.mw-parser-output .reflist-columns-3{column-width:25em}.mw-parser-output .reflist-columns{margin-top:0.3em}.mw-parser-output .reflist-columns ol{margin-top:0}.mw-parser-output .reflist-columns li{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .reflist-upper-alpha{list-style-type:upper-alpha}.mw-parser-output .reflist-upper-roman{list-style-type:upper-roman}.mw-parser-output .reflist-lower-alpha{list-style-type:lower-alpha}.mw-parser-output .reflist-lower-greek{list-style-type:lower-greek}.mw-parser-output .reflist-lower-roman{list-style-type:lower-roman}
/* end https://en.wikipedia.org/ */
</style><div class="reflist">
<div class="mw-references-wrap mw-references-columns"><ol class="references">
<li id="cite_note-SandovalWhatIs16-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-SandovalWhatIs16_1-0">^</a></b></span> <span class="reference-text"><style data-mw-deduplicate="TemplateStyles:r1238218222">
/* start https://en.wikipedia.org/ */
.mw-parser-output cite.citation{font-style:inherit;word-wrap:break-word}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation:target{background-color:rgba(0,127,255,0.133)}.mw-parser-output .id-lock-free.id-lock-free a{background:url("./mw/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited.id-lock-limited a,.mw-parser-output .id-lock-registration.id-lock-registration a{background:url("./mw/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription.id-lock-subscription a{background:url("./mw/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-ws-icon a{background:url("./mw/Wikisource-logo.svg")right 0.1em center/12px no-repeat}body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-free a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-limited a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-registration a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-subscription a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .cs1-ws-icon a{background-size:contain;padding:0 1em 0 0}.mw-parser-output .cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;color:var(--color-error,#d33)}.mw-parser-output .cs1-visible-error{color:var(--color-error,#d33)}.mw-parser-output .cs1-maint{display:none;color:#085;margin-left:0.3em}.mw-parser-output .cs1-kern-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}@media screen{.mw-parser-output .cs1-format{font-size:95%}html.skin-theme-clientpref-night .mw-parser-output .cs1-maint{color:#18911f}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .cs1-maint{color:#18911f}}
/* end https://en.wikipedia.org/ */
</style><cite id="CITEREFSandoval,_K.2016" class="citation web cs1">Sandoval, K. (2 June 2016). <a rel="nofollow" class="external text" href="https://nordicapis.com/what-is-the-difference-between-an-api-and-an-sdk/">"What is the Difference Between an API and an SDK?"</a>. <i>Nordic APIs Blog</i>. Nordic APIs AB<span class="reference-accessdate">. Retrieved <span class="nowrap">5 July</span> 2018</span>.</cite></span>
</li>
<li id="cite_note-BensoASoft00-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-BensoASoft00_2-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFBenso,_A.Chiusano,_S.Prinetto,_P.2000" class="citation book cs1">Benso, A.; Chiusano, S.; Prinetto, P. (2000). "A software development kit for dependable applications in embedded systems". <i>Proceedings International Test Conference 2000 (IEEE Cat. No.00CH37159)</i>. pp. <span class="nowrap">170–</span>8. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1109%2FTEST.2000.894204">10.1109/TEST.2000.894204</a>. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>0-7803-6546-1</bdi>. <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a> <a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:206679243">206679243</a>.</cite></span>
</li>
<li id="cite_note-BurdAndroid15-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-BurdAndroid15_3-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFBurd,_B.2015" class="citation book cs1">Burd, B. (2015). <a rel="nofollow" class="external text" href="https://books.google.com/books?id=fwElCgAAQBAJ&pg=PA31"><i>Android Application Development All-in-One For Dummies</i></a>. John Wiley & Sons. p. 31. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>9781118973806</bdi>.</cite></span>
</li>
<li id="cite_note-AsifNext11-4"><span class="mw-cite-backlink"><b><a href="#cite_ref-AsifNext11_4-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFAsif,_S.Z.2011" class="citation book cs1">Asif, S.Z. (2011). <a rel="nofollow" class="external text" href="https://books.google.com/books?id=zgqQ4MX3uIUC&pg=PT384"><i>Next Generation Mobile Communications Ecosystem: Technology Management for Mobile Communications</i></a>. John Wiley & Sons. p. PT384. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>9781119995814</bdi>.</cite></span>
</li>
<li id="cite_note-WitheeSharePoint11-5"><span class="mw-cite-backlink"><b><a href="#cite_ref-WitheeSharePoint11_5-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFWithee,_K.2011" class="citation book cs1">Withee, K. (2011). <a rel="nofollow" class="external text" href="https://books.google.com/books?id=_OiEGA2EZz8C&pg=PT346"><i>SharePoint 2010 Development For Dummies</i></a>. John Wiley & Sons. p. PT346. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>9781118038628</bdi>.</cite></span>
</li>
<li id="cite_note-Vaughan-NicholsNoGoogle13-6"><span class="mw-cite-backlink"><b><a href="#cite_ref-Vaughan-NicholsNoGoogle13_6-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFVaughan-Nichols,_S.J.2013" class="citation web cs1">Vaughan-Nichols, S.J. (4 January 2013). <a rel="nofollow" class="external text" href="https://www.zdnet.com/article/no-google-is-not-making-the-android-sdk-proprietary-whats-the-fuss-about/">"No, Google is not making the Android SDK proprietary. What's the fuss about?"</a>. <i>ZDNet</i>. CBS Interactive<span class="reference-accessdate">. Retrieved <span class="nowrap">5 July</span> 2018</span>.</cite></span>
</li>
<li id="cite_note-OrlandSonys17-7"><span class="mw-cite-backlink"><b><a href="#cite_ref-OrlandSonys17_7-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFOrland,_K.2017" class="citation web cs1">Orland, K. (20 July 2017). <a rel="nofollow" class="external text" href="https://arstechnica.com/gaming/2017/07/sony-using-copyright-requests-to-remove-leaked-ps4-sdk-from-the-web/">"Sony's legal quest to remove its leaked developer's kit from the Web"</a>. <i>ArsTechnica</i>. Condé Nast<span class="reference-accessdate">. Retrieved <span class="nowrap">5 July</span> 2018</span>.</cite></span>
</li>
<li id="cite_note-DavidsonAPrimer04-8"><span class="mw-cite-backlink"><b><a href="#cite_ref-DavidsonAPrimer04_8-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFDavidson,_S.J.2004" class="citation web cs1">Davidson, S.J. (2004). <a rel="nofollow" class="external text" href="http://www.wipo.int/sme/en/documents/opensource_software_primer_fulltext.html">"A Primer on Open Source Software for Business People and Lawyers"</a>. Leonard, Street and Deinard<span class="reference-accessdate">. Retrieved <span class="nowrap">5 July</span> 2018</span>.</cite></span>
</li>
<li id="cite_note-9"><span class="mw-cite-backlink"><b><a href="#cite_ref-9">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.wipo.int/edocs/mdocs/copyright/en/wipo_ip_cm_07/wipo_ip_cm_07_www_82575.pdf">"OPEN SOURCE AND COMMERCIAL SOFTWARE : AN IN-DEPTH ANALYSIS OF THE ISSUES"</a> <span class="cs1-format">(PDF)</span>. <i>wipo.int</i>.</cite></span>
</li>
<li id="cite_note-10"><span class="mw-cite-backlink"><b><a href="#cite_ref-10">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://venturebeat.com/2012/10/16/airtag-releasing-nfc-mobile-payments-developer-kit-wishes-apple-would-help-simply-the-ecosystem/">"Airtag releasing NFC mobile payments developer kit, wishes Apple would help simplify the ecosystem"</a>. 16 October 2012.</cite></span>
</li>
<li id="cite_note-SafeDK-11"><span class="mw-cite-backlink"><b><a href="#cite_ref-SafeDK_11-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFShoavi" class="citation web cs1">Shoavi, Orly. <a rel="nofollow" class="external text" href="http://blog.safedk.com/sdk-economy/star-winners-mobile-app-tools-sdks/">"The All-Star Winners of Mobile App Tools (SDKs)"</a>. <i>SafeDK</i>.</cite></span>
</li>
<li id="cite_note-Fork.ai-12"><span class="mw-cite-backlink">^ <a href="#cite_ref-Fork.ai_12-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Fork.ai_12-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFLishi" class="citation web cs1">Lishi, He. <a rel="nofollow" class="external text" href="https://fork.ai/technologies">"All iOS and Android 3rd Platform SDKs"</a>. <i>Fork.ai</i>.</cite></span>
</li>
<li id="cite_note-TechCrunch-13"><span class="mw-cite-backlink"><b><a href="#cite_ref-TechCrunch_13-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFPerez2015" class="citation web cs1">Perez, Sarah (19 October 2015). <a rel="nofollow" class="external text" href="https://techcrunch.com/2015/10/19/hundreds-of-apps-banned-from-app-store-for-accessing-users-personal-information/">"Hundreds Of Apps Banned From App Store For Accessing Users' Personal Information"</a>. <i>TechCrunch</i>.</cite></span>
</li>
<li id="cite_note-MicrosoftWDK-14"><span class="mw-cite-backlink"><b><a href="#cite_ref-MicrosoftWDK_14-0">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://docs.microsoft.com/en-us/windows-hardware/drivers/index">"Windows Driver Kit documentation"</a>. <i>Hardware Dev Center</i>. Microsoft<span class="reference-accessdate">. Retrieved <span class="nowrap">5 July</span> 2018</span>.</cite></span>
</li>
<li id="cite_note-CitrixDDK17-15"><span class="mw-cite-backlink"><b><a href="#cite_ref-CitrixDDK17_15-0">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://support.citrix.com/article/CTX224947">"Driver Development Kit - For XenServer 6.2.0 Service Pack 1 with Hotfix XS62ESP1062"</a>. Citrix Systems, Inc. 27 June 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">5 July</span> 2018</span>.</cite></span>
</li>
</ol></div></div></div><!--htdig_noindex--><div><div class="zim-footer">
This article is issued from <a class="external text" title="Last edited on 2025-05-19" href="https://en.wikipedia.org/wiki/?title=Software_development_kit&oldid=1291088865">Wikipedia</a>. The text is available under <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution-Share Alike 4.0</a> unless otherwise noted. Additional terms may apply for the media files.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>
</body></html>